projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da18ca6
)
(toggle-read-only): Clean up the hint message.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Jul 2002 22:02:45 +0000
(22:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Jul 2002 22:02:45 +0000
(22:02 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 81143edbc63175815da6e03a9b44cf9ba075a9b1..51fde3fd271dc6dd85f60153d0f338c2fb4720b6 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3074,8
+3074,8
@@
If visiting file read-only and `view-read-only' is non-nil, enter view mode."
(force-mode-line-update)))
(if (vc-backend buffer-file-name)
(message (substitute-command-keys
- (concat "File is under version-control
,
"
- "
consider
\\[vc-next-action] to check in/out"))))))
+ (concat "File is under version-control
;
"
+ "
use
\\[vc-next-action] to check in/out"))))))
(defun insert-file (filename)
"Insert contents of file FILENAME into buffer after point.